-- card: 2231 from stack: in -- bmap block id: 3325 -- flags: 0000 -- background id: 3426 -- name: Title ----- HyperTalk script ----- on openCard global score put score into field "scorebox" get bkgnd field "initials" of card "River Trail" put it into bkgnd field "textarea" of card "River Trail" get bkgnd field "initials" of card "Mountain Trail" put it into bkgnd field "textarea" of card "Mountain Trail" get bkgnd field "initials" of card "Communal Hut" put it into bkgnd field "textarea" of card "Communal Hut" get bkgnd field "initials" of card "Hut of the Medicine Man" put it into bkgnd field "textarea" of card "Hut of the Medicine Man" end openCard on mouseUp visual effect dissolve go to card "Your Quest" end mouseUp -- part 2 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=19 top=298 right=324 bottom=148 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: About the Author ----- HyperTalk script ----- on mouseUp push card visual effect dissolve go to card "About the Author" end mouseUp -- part 3 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=365 top=298 right=324 bottom=494 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: About the Story ----- HyperTalk script ----- on mouseUp push card visual effect dissolve go to card "About the Story" end mouseUp -- part contents for background part 2 ----- text ----- -- part contents for background part 5 ----- text ----- 105